home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 3 / Info_Mac_1994-01.iso / Applications / ARTAbrot 1.0 / ARTAbrot - ReadMe < prev    next >
Text File  |  1993-08-24  |  888b  |  24 lines

  1. ARTAbrot - Apple Real-Time Architecture Mandelbrot Program
  2. Version 1.0
  3. by George Warner
  4. 08/23/93
  5. warnergt@aloft.att.com
  6.  
  7. REQUIREMENTS:
  8. 68020 or greater
  9. ARTA equipped Macintosh (Quadra 840av, Centris 660av, or Mac with ARTA 
  10. plug-in board.
  11.  
  12. 1. WHAT IT IS: ARTAbrot is yet another Mandelbrot program with the big 
  13. difference being that it uses the AT&T DSP3210 in ARTA to perform the 
  14. intensive Mandelbrot calculations.
  15.  
  16. 2.  SOURCE CODE TOO!  Complete source code is provided.  For those who 
  17. would like some sample ARTA source code (which is scarce at the time of 
  18. this release).  The DSP3210 source code is in file mbrot.s.  All of the host 
  19. DSP function calls are in brotcode.c.  For those of you considering DSP 
  20. programming, take a look at the mbrot.s DSP source code.  This is DSP3210 
  21. assembly code, but it is very much like C code -- one of the very nice 
  22. features of the DSP3210.
  23.  
  24.